-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the deploy step for gh pages #377
Conversation
pre-commit.ci autofix |
@jezdez fixed the linter issue |
@jezdez You need to change the environments setting. I cannot do that. |
Probably https://github.com/conda/conda-pack/actions/runs/11853502765/workflow#L154 also needs to be patched. |
The error is: Both actions: list the default for The issue is: https://github.com/conda/conda-pack/actions/runs/11853502765/workflow#L152 ... upload happens only when tagged. |
Can you try again? |
I did rerun the job https://github.com/conda/conda-pack/actions/runs/11859545372/job/33061200057 and it keeps failing |
@xhochy I've fixed the environment protection rule to allow tags as well as the main branch, and now reran the whole steps (since the docs artifact has been been invalidated): https://github.com/conda/conda-pack/actions/runs/11859545372 |
Description
follow up from #376
you'll need to make some changes on the settings pages
then, a multi-step change is needed:
step 1:
step 2:
Once the above things have been set, the docs should push on any tag that gets pushed to this repo.